-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #907 by ensuring the parameters is properly "exploded" #14825
Fix issue #907 by ensuring the parameters is properly "exploded" #14825
Conversation
d96844b
to
c28c265
Compare
82b5d96
to
30789e4
Compare
@GregDThomas thanks for the PR. Can you please PM me via Slack when you've time? https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g |
30789e4
to
4216ad6
Compare
Just rebased this - is there anything additional I need to do in order to get this merged. Thank you! |
@wing328 @GregDThomas Using |
It was certainly intentional on my behalf. I wouldn’t use it in production code, but IMHO it’s fine in test classes. I also suspect (but can’t check right now) it’s probably used elsewhere in the tests too. |
Ok, I see, thanks |
The only way I can get it working is to add the |
Lombok certainly used to be a dependency, as the PR would never have compiled without it. I can’t readily check until next week, but It’s possible that since raising the PR and getting it merged Lombok was removed. A sort of invisible merge conflict I guess. |
Added back lombok to pom.xml via 17c2401 |
Sorted now, thank you both |
Thank you, and apology for the mess up. |
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(6.3.0) (minor release - breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks)@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10)
This PR ensures that an exploded query parameter is properly handled by the java-resttemplate code generator, fixing #907